--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit e2be95df3ec605fef58af40788aaa5ef45f4a7b3
Changes
Diff
diff --git a/Libraries/Example.py b/Libraries/Example.py
index 82fc139..24cea49 100644
--- a/Libraries/Example.py
+++ b/Libraries/Example.py
@@ -13,7 +13,7 @@ serialPort = "/dev/ttyUSB0"
def gotPacket(data, rnode):
print "Received a packet: "+data
print "RSSI: "+str(rnode.r_stat_rssi)+" dBm"
- print "SNR: "+str(rnode.r_stat_snr)+" dBm"
+ print "SNR: "+str(rnode.r_stat_snr)+" dB"
# Create an RNode instance. This configures
# and powers up the radio.
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────